home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / CLIPST.ARJ / CSHELP.DLG < prev    next >
Text File  |  1992-03-16  |  2KB  |  18 lines

  1. HELP DIALOG DISCARDABLE LOADONCALL PURE MOVEABLE 11, 36, 260, 151
  2. STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_MODALFRAME
  3. CAPTION "ClipStac Help"
  4. BEGIN
  5.   CONTROL "ClipStac automatically saves the Clipboard contents as you cut-and-paste.", 101, "STATIC", WS_CHILD | WS_VISIBLE | SS_LEFT, 6, 4, 242, 9
  6.   CONTROL "DELETE removes the selected item from the list.", 102, "STATIC", WS_CHILD | WS_VISIBLE | SS_LEFT, 7, 80, 242, 9
  7.   CONTROL "PASTE pastes the Clipboard contents to the top of the list.", 103, "STATIC", WS_CHILD | WS_VISIBLE | SS_LEFT, 7, 71, 242, 9
  8.   CONTROL "COPY copies the selected item into the Clipboard (and the top of the list).", 104, "STATIC", WS_CHILD | WS_VISIBLE | SS_LEFT, 7, 61, 235, 9
  9.   CONTROL "Check the AutoPack entry in the System Menu to issue a PACK when you start ClipStac.", 105, "STATIC", WS_CHILD | WS_VISIBLE | SS_LEFT, 7, 106, 242, 16
  10.   CONTROL "Check the AutoLoad entry in the System Menu to automatically load ClipStac when you start Windows.", 106, "STATIC", WS_CHILD | WS_VISIBLE | SS_LEFT, 6, 123, 242, 16
  11.   CONTROL "The Date and Time fields tells when ClipStac saved an item.", 107, "STATIC", WS_CHILD | WS_VISIBLE | SS_LEFT, 6, 19, 242, 9
  12.   CONTROL "The Format and Size fields show the Clipboard format and item size.", 108, "STATIC", WS_CHILD | WS_VISIBLE | SS_LEFT, 6, 28, 242, 9
  13.   CONTROL "The Owner is the program that put the item in the Clipboard.", 109, "STATIC", WS_CHILD | WS_VISIBLE | SS_LEFT, 6, 37, 242, 9
  14.   CONTROL "Ok", 1, "BUTTON", WS_CHILD | WS_VISIBLE | WS_TABSTOP | BS_PUSHBUTTON, 198, 134, 45, 13
  15.   CONTROL "TOTOP copies the selected item to the top of the list (but not the Clipboard).", 110, "STATIC", WS_CHILD | WS_VISIBLE | SS_LEFT, 6, 52, 242, 8
  16.   CONTROL "PACK removes deleted items from CLIPSTAC.DAT and packs the file.", 111, "STATIC", WS_CHILD | WS_VISIBLE | SS_LEFT, 7, 89, 242, 9
  17. END
  18.